chore: release main#171
Conversation
c88fb7f to
f086fd7
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit f086fd7. Configure here.
| [project] | ||
| name = "launchdarkly-server-sdk-ai-langchain" | ||
| version = "0.6.0" | ||
| version = "0.7.0" |
There was a problem hiding this comment.
Provider dependency lower bound allows incompatible SDK version
High Severity
Both provider packages (langchain 0.7.0 and openai 0.6.0) import AIGraphMetrics from ldai.providers.types, a symbol that only exists starting in launchdarkly-server-sdk-ai 0.20.0 (renamed from GraphMetrics in this release). However, both pyproject.toml files still declare launchdarkly-server-sdk-ai>=0.19.0 as the lower bound. Users who have 0.19.0 pinned will get an ImportError at runtime when the provider tries to import AIGraphMetrics.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit f086fd7. Configure here.
e13d706 to
fa304c2
Compare
fa304c2 to
e54b1f2
Compare


🤖 I have created a release beep boop
launchdarkly-server-sdk-ai: 0.20.0
0.20.0 (2026-05-07)
⚠ BREAKING CHANGES
Features
Bug Fixes
launchdarkly-server-sdk-ai-langchain: 0.7.0
0.7.0 (2026-05-07)
⚠ BREAKING CHANGES
Features
launchdarkly-server-sdk-ai-openai: 0.6.0
0.6.0 (2026-05-07)
⚠ BREAKING CHANGES
Features
Bug Fixes
This PR was generated with Release Please. See documentation.
Note
Low Risk
This PR only updates release metadata (versions, manifests, changelogs, provenance docs) with no functional code changes. Risk is limited to publishing/versioning correctness and communicating breaking changes to consumers.
Overview
Updates release artifacts for a new release: bumps versions in
.release-please-manifest.jsonandpyproject.tomlforlaunchdarkly-server-sdk-ai(0.19.0→0.20.0),launchdarkly-server-sdk-ai-langchain(0.6.0→0.7.0), andlaunchdarkly-server-sdk-ai-openai(0.5.0→0.6.0).Refreshes
CHANGELOG.mdentries for these versions (including breaking change notes) and updates version references inpackages/sdk/server-ai/PROVENANCE.mdandldai.__version__.Reviewed by Cursor Bugbot for commit e54b1f2. Bugbot is set up for automated code reviews on this repo. Configure here.